home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / d3_setup.ph < prev    next >
Encoding:
Text File  |  1994-04-25  |  1.6 KB  |  62 lines

  1. /*****************************************************************************
  2.   FILE           : d3_setup.ph
  3.   SHORTNAME      : setup.ph
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : header for d3_setup.c
  7.   NOTES          : all functions will be exported
  8.  
  9.   AUTHOR         : Ralf Huebner
  10.   DATE           : 1.12.1991
  11.  
  12.   CHANGED BY     :
  13.   IDENTIFICATION : @(#)d3_setup.ph    1.7 3/2/94
  14.   SCCS VERSION   : 1.7
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _D3_SETUP_DEFINED_
  23. #define _D3_SETUP_DEFINED_
  24.  
  25.  
  26. /* begin global definition section */
  27.  
  28.  
  29. void d3_createSetupPannel (Widget w, Widget button, caddr_t call_data);
  30.  
  31.  
  32. /* end global definition section */
  33.  
  34.  
  35. /* begin private definition section */
  36.  
  37.  
  38. static int d3_get_float_input (Widget w, float *f);
  39. static int d3_get_float_rad_input (Widget w, float *f);
  40. static void d3_closeSetupPannel (Widget w, Widget pannel, caddr_t call_data);
  41.  
  42.  
  43. extern int d3_numberWidth;
  44. extern d3_state_type d3_state;
  45.  
  46. static Widget rotXinitWidget, rotYinitWidget, rotZinitWidget;
  47. static Widget rotXstepWidget, rotYstepWidget, rotZstepWidget;
  48. static Widget transXinitWidget, transYinitWidget, transZinitWidget;
  49. static Widget transXstepWidget, transYstepWidget, transZstepWidget;
  50. static Widget scaleInitWidget, scaleStepWidget, aspectWidget;
  51. static Widget linkWidget, posTriggerWidget, negTriggerWidget;
  52.  
  53.  
  54. /* end private definition section */
  55.  
  56.  
  57. #endif /* _D3_SETUP_DEFINED_ */
  58.  
  59.  
  60. /* end of file */
  61. /* lines: 25 */
  62.